home *** CD-ROM | disk | FTP | other *** search
- Path: macromanee.mathp7.jussieu.fr!user
- From: rozen@mathp7.jussieu.fr (Yves Rozenholc)
- Newsgroups: comp.lang.c
- Subject: algorithm optimisation needed
- Date: Tue, 26 Mar 1996 18:28:11 +0100
- Organization: UniversitΘ Jusieu Paris 7
- Message-ID: <rozen-2603961828110001@macromanee.mathp7.jussieu.fr>
- NNTP-Posting-Host: macromanee.mathp7.jussieu.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
-
-
- I'm looking for an algorithm which can find or approach the integers
- n(0), ..., n(d) which maximize a function f[n(0), ..., n(d)] defined by :
-
- f[n(0), ..., n(d)] = sum[ p[n(i-1), n(i)], i=1..d ]
-
- with the condition 0 = n(0) < n(1) < ... < n(d-1) < n(d) = N.
- where :
-
- d, N are a fixed natural integers, such that D╛N
- P = (p[i, j]), 0 ╛ i, j ╛ N is a symetric real matrix of positive numbers
-
- Put attention on the n(i) are integers.
-
- If you have any solutions please mail them to me at :
-
- rozen@mathp7.jussieu.fr
-
- Thanks
-